All Questions
6 questions
4votes
2answers
168views
Are there any discount-factors based on branching factors?
I recently came across this function: $$\sum_{t = 0}^{\infty} \gamma^t R_t.$$ It's elegant and looks to be useful in the type of deterministic, perfect-information, finite models I'm working with. ...
2votes
1answer
162views
Relative compute time for each type of layer in a neural network [closed]
Hello, I would like to know whether this picture from the paper: Distributed Training of Deep Neural Networks: Theoretical and Practical Limits of Parallel Scalability valid? Questions: 1) Does ...
4votes
3answers
331views
What machine learning algorithm should be used to analyze the relationship between strings?
I am trying to build a neural network that takes in a single string, ex: "dog" as an input, and outputs 50 or so related hashtags such as, "#pug, #dogsarelife, #realbff". I have thought of using a ...
3votes
1answer
383views
Does this "flavor" of AI have a name?
In order to build a Scientific Reference Parser, I am contemplating a kind of "AI" system, and would like to know if something similar is already an established "design pattern" in AI research. The ...
10votes
2answers
46kviews
How can these 7 AI problem characteristics help me decide on an approach to a problem?
If this list1 can be used to classify problems in AI ... Decomposable to smaller or easier problems Solution steps can be ignored or undone Predictable problem universe Good solutions are ...
5votes
4answers
422views
Which methods or algorithms to develop a learning application?
I am creating a game application that will generate a new level based on the performance of the user in the previous level. The application is regarding language improvement, to be precise. Suppose ...